home *** CD-ROM | disk | FTP | other *** search
/ Amiga Packmags / Source, The - Issue 1 (1993)(Epsilon)[WB].zip / Source, The - Issue 1 (1993)(Epsilon)[WB].adf / WhatsOnDisk < prev   
Text File  |  1993-03-08  |  4KB  |  106 lines

  1. TextFiles (dir)
  2.     foot.txt        Text file explaining how to shoot yourself
  3.                 in the foot in many programming languages.
  4.     howtocode2.txt        Text file explaining many of the pit-falls
  5.                 to avoid in demo coding.  Gives good
  6.                 explainations of how to avoid many things that
  7.                 will make your demos incompatable with other
  8.                 Amigas.  A must read!
  9.  
  10. Source (dir)
  11.     System (dir)
  12.     Bpd.lha            Boot Pal Damn it!  A 1.2/1.3 pal booter that
  13.                 is compatable with extra RAM/hard drives/etc.
  14.                 With source.
  15.     dostools.lha        A collection of very useful macros and routines
  16.                 for dealing with Amiga dos.
  17.  
  18.     Vectors (dir)
  19.     EuroStars2.0.lha    Program to do 3d stars.  Customizeable and
  20.                 pretty fast.  With source.
  21.     FilledVex.lha        A very simple convex filled vector routine.
  22.                 It is the same as the one in the Epsilon
  23.                 demo 'No Prayer for the Dying'.
  24.     lineclip.lha        A routine to do line clipping.
  25.     linefill.lha        A processor line drawing rouitne.  Very fast.
  26.     Stars.lha        Yet another 3d stars program.  This one is
  27.                 much faster than ES.  Has some very nice
  28.                 optimizations.
  29.     tipdrawline.lha        Quite possibly the best blitter line drawing
  30.                 routine ever written for the Amiga.
  31.     Vectors_C.lha        C source to some vector stuff.
  32.  
  33.     StartupCode (dir)
  34.     custom.lha        A version of custom.i that is much better
  35.                 than the standard one.
  36.     GetVBR.lha        Routine to get a pointer to the vector base.
  37.     WBStartup.lha        Code to start from the Work Bench and not
  38.                 crash.
  39.  
  40.     ModPlayers (dir)
  41.     AddSample.lha        Explaination of a nice method to merge two
  42.                 audio channels to simulate 8 channel sound.
  43.     MKPlay.lha        Old Mahoney & Kactus Noise Tracker play
  44.                 back routine.
  45.     NoisePacker30.lha    NoisePacker, v3.0.  Plays compressed Noise
  46.                 Tracker mods much faster than the original
  47.                 Noise Tracker player played normal mods.
  48.     ProRun2.0.lha        Like NoisePacker, but for ProTracker mods.
  49.     PTPlay.lha        Original, slow, ProTracker play back routines.
  50.                 Contains the only routine I know of to play
  51.                 CIA timed music.
  52.  
  53.     Plasma (dir)
  54.     plasma.lha        Small, but nice, rgb plasma demo.
  55.     PlasmaBB.lha        Plasma Boot Block.  Gives very good example
  56.                 and explaination of how plasma is done.
  57.  
  58.     Scrollers (dir)
  59.     Intro.lha        A very (old) simple 'sine' scroller.
  60.     ManyFields.lha        Explaination of how to use the sprites many
  61.                 times per scan line to emulate multiple play
  62.                 fields.
  63.     TimeSrc.lha        Partial source to the scroller from the
  64.                 'Somewhere in Time' demo.
  65.     TurnScroll.lha        Source to a turn scroller.  Has both the
  66.                 original version and one that will work on
  67.                 most Amigas.
  68.  
  69. Utilities (dir)
  70.  
  71.     DisAssemblers (dir)
  72.     CopDis.lha        Finds and disassembles copper lists in
  73.                 memory.
  74.     Ninfo2.0.lha        Disassembler for the 68k.
  75.  
  76.     Emulators (dir)
  77.     Run68010.lha        Allows use of 68010 instructions on a normal
  78.                 68000
  79.  
  80.     IFFConverters (dir)
  81.     brush2asm.lha        Converts an iff brush to an include file.
  82.                 Contains source.
  83.     Iff2Ansi.lha        Converts an iff picture a file that when
  84.                 'type'ed in the shell, displays the picture.
  85.     IffMaster.lha        Quite possibly the best iff to raw converter
  86.                 ever made for the Amiga.
  87.  
  88.     Crunchers (dir)
  89.     DMS111.SFX        Disk MaSher.  Whole disk archiver, version
  90.                 1.11.
  91.     Huffman.lha        Small program to do Huffman encoding.  Includes
  92.                 source.
  93.     Imploder4.0.lha        Imploder, version 4.0.  Executable file
  94.                 compressor.
  95.     ppacker31b.lha        PowerPacker, version 3.1b.  Like Imploder, but
  96.     (removed, commercial?)    can handle many files that Imploder can't.
  97.  
  98.     Debugers (dir)
  99.     Guru.lha        A little utility that tells what the guru
  100.                 numbers mean.
  101.     Xoper2.3.lha        Monitors system operation.
  102.  
  103.     Assemblers (dir)
  104.     MCAsm.lha        McAsm, version 1.02.  PD assembler.  Very
  105.                 good.
  106.